Contribution org.nuxeo.ecm.quota.contrib--quotaStatsUpdaters
In component org.nuxeo.ecm.quota.contrib
org.nuxeo.ecm.quota.contrib
inside nuxeo-quota-core-6.0.jar
This contribution is part of XML component Extension Point
Extension point quotaStatsUpdaters of component QuotaStatsService.Contributed Items
XML Source
<extension point="quotaStatsUpdaters" target="org.nuxeo.ecm.quota.QuotaStatsService">
<quotaStatsUpdater class="org.nuxeo.ecm.quota.count.DocumentsCountUpdater" descriptionLabel="label.quota.documentsCountUpdater.description" label="label.quota.documentsCountUpdater" name="documentsCountUpdater"/>
<quotaStatsUpdater class="org.nuxeo.ecm.quota.size.QuotaSyncListenerChecker" descriptionLabel="label.quota.documentsCountAndSizeUpdater.description" label="label.quota.documentsCountSizeUpdater" name="documentsSizeUpdater"/>
</extension>